home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'QRPrgres.pas' rev: 3.00
-
- #ifndef QRPrgresHPP
- #define QRPrgresHPP
- #include <qr2const.hpp>
- #include <qrprntr.hpp>
- #include <StdCtrls.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Qrprgres
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TQRProgressForm;
- class PASCALIMPLEMENTATION TQRProgressForm : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Stdctrls::TLabel* Info;
- Stdctrls::TButton* CancelButton;
- void __fastcall FormCreate(System::TObject* Sender);
- void __fastcall CancelButtonClick(System::TObject* Sender);
-
- private:
- Qrprntr::TQRPrinter* FQRPrinter;
- Qrprntr::TQRGauge* Gauge;
-
- protected:
- MESSAGE void __fastcall CMQRPROGRESSUPDATE(void *Message);
-
- public:
- __property Qrprntr::TQRPrinter* QRPrinter = {read=FQRPrinter, write=FQRPrinter};
- public:
- /* TCustomForm.Create */ __fastcall virtual TQRProgressForm(Classes::TComponent* AOwner) : Forms::TForm(
- AOwner) { }
- /* TCustomForm.CreateNew */ __fastcall TQRProgressForm(Classes::TComponent* AOwner, int Dummy) : Forms::
- TForm(AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TQRProgressForm(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TQRProgressForm(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Qrprgres */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Qrprgres;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // QRPrgres
-